swipe: doc fixes
authorCarlos Garnacho <carlosg@gnome.org>
Thu, 10 Apr 2014 11:45:00 +0000 (13:45 +0200)
committerCarlos Garnacho <carlosg@gnome.org>
Fri, 23 May 2014 17:54:28 +0000 (19:54 +0200)
gtk/gtkgestureswipe.c

index bca8d621e8a61f07e8e4debf345f9bf03f683114..ea0b2478a80323b8c37fb54f0effdfeacfbd69df 100644 (file)
@@ -30,7 +30,7 @@
  *
  * If the velocity is desired in intermediate points,
  * gtk_gesture_swipe_get_velocity() can be called on eg. a
- * #GtkGesture:update handler.
+ * #GtkGesture::update handler.
  *
  * All velocities are reported in pixels/sec values.
  */
@@ -191,7 +191,7 @@ gtk_gesture_swipe_class_init (GtkGestureSwipeClass *klass)
   gesture_class->end = gtk_gesture_swipe_end;
 
   /**
-   * GtkGestureSwipe:swipe:
+   * GtkGestureSwipe::swipe:
    * @gesture: object which received the signal
    * @velocity_x: velocity in the X axis, in pixels/sec
    * @velocity_y: velocity in the Y axis, in pixels/sec